projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b5ca2
)
add comment about srcdir
author
David J. MacKenzie
<djm@gnu.org>
Tue, 13 Sep 1994 15:32:40 +0000
(15:32 +0000)
committer
David J. MacKenzie
<djm@gnu.org>
Tue, 13 Sep 1994 15:32:40 +0000
(15:32 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 03b059b8c13c14a2cc836ddecdd58a2f810ea189..d8747a848f6cde4ad3608b84269585f48609532f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-54,7
+54,8
@@
dnl .../DIR/common/lock (lockfiles)])
#### Make srcdir absolute, if it isn't already. It's important to
#### avoid running the path through pwd unnecessary, since pwd can
-#### give you automounter prefixes, which can go away.
+#### give you automounter prefixes, which can go away. We do all this
+#### so Emacs can find its files when run uninstalled.
case "${srcdir}" in
/* ) ;;
. )